home *** CD-ROM | disk | FTP | other *** search
/ American McGee’s Alice Digital Fan Kit / Alice Digital Fan Kit [bin+cue] / ALICE.bin / Dir / alice.dxr / scripts_5_btn_event_scr.ls < prev    next >
Encoding:
Text File  |  2000-10-08  |  162 b   |  16 lines

  1. on mouseWithin
  2.   do_mouse_within()
  3. end
  4.  
  5. on mouseLeave
  6.   do_mouse_leave()
  7. end
  8.  
  9. on mouseDown
  10.   puppetSound(3, member("Click2"))
  11. end
  12.  
  13. on mouseUp
  14.   do_mouse_up()
  15. end
  16.